home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / datacomm / ncommupd.lzh / Install next >
Text File  |  1991-08-26  |  564b  |  21 lines

  1. echo "Setting up NComm: assignment ..."
  2. assign NComm:
  3. assign NComm: ""
  4.  
  5. makedir ram:NCommTemp                ;Make a temporary directory
  6. failat 100
  7.  
  8. copy xprzmodem.library ram:NCommTemp ;Copy to temporary dir
  9.  
  10. cd ram:NCommTemp
  11.  
  12. echo "Installing XPRZmodem.library in libs: ..."
  13. copy xprzmodem.library libs:
  14.  
  15. cd NComm:
  16. delete >NIL: ram:NCommTemp ALL       ;Delete temporary dir and files
  17.  
  18. echo "All done. You may have to reset your machine if an"
  19. echo "old version of xprzmodem.library is already in memory..."
  20. endcli                               ;Needed for XIcon
  21.